home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 3
/
BBS in a box - Trilogy III.iso
/
Files
/
Prog
/
A
/
AciusTN8-92
/
GraphicalButtonsƒ
/
ButtonPkg-US
/
ButtonPackage.Ext
/
ButtonPackage.Ext.rsrc
/
4Dte_26003
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1992-10-10
|
446 b
|
13 lines
This function read the state of a two state button managed by an external area %bp_RadioButton. The returned value may be 0 (up button) or 1 (down button). The parameter is the name of the externa area.
Use example :
In external area script :
If((bp_Read(Self»))=1)
` Down button
…
Else
` Up button
…
End if
Written by François Marchal, © ACI 1991. Source Code in MPW Pascal and complete explanations in ACI Technical Note 23, May 91